home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
comms
/
4dtag12.arj
/
TEST.BTM
(
.txt
)
< prev
Wrap
4DOS Compressed Batch-To-Memory File
|
1994-03-08
|
162b
|
12 lines
@echo off
echo Argument 1 is %1
echo Argument 2 is %2
echo Argument 3 is %3
echo Argument 4 is %4
echo Argument 5 is %5
echo Argument 6 is %6
echo Argument 7 is %7
echo Argument 8 is %8
echo Argument 9 is %9
pause